sdtypestring module

class sd.api.sdtypestring.SDTypeString(APIContext, handle, *args, **kwargs)

Bases: sd.api.sdtypebasetype.SDTypeBaseType

Class representing the string type

getClassName() → str

Returns the most specific name of the class this APIObject is

getId() → str

Get the type identifier string

getModifier() → sd.api.sdtype.SDTypeModifier

Get the type modifier (see SDTypeModifier enum)

release() → None

Releases an APIObject

static sNew() → sd.api.sdtypestring.SDTypeString

Create new SDTypeString